Crontab
A Plugin for Crontab Highlighting in Sublime Text 3
Details
Installs
- Total 4K
- Win 1K
- Mac 2K
- Linux 1K
Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Crontab for Sublime Text 3
Features
- Syntax highlighting for crontab files (default
*.tab
,*.crontab
andcron.d
) - Color-coded underline for
cron
expressions. - Completions for
cron
expressions and enums like month names. - Hover on a
cron
expression for an explanation. - Shell syntax highlighting for cron commands
- Comment and uncommenting lines using Ctrl+/ or Cmd+/.
Installation
- Run “Package Control: Install Package” command
- Find and Install the
Crontab
plugin. - Restart Sublime Text.
Todos
- Alert on unescaped usage of
%
in crontab line. - Provide a template file of things to do when creating a crontab file.
- Additional “system” crontab syntax with user/group support.
- Options to change or disable rainbow underlines.
Credits/Acknowledgements
- clarkewd's original Crontab Highlighting Package which was inherited from kevinior and WheresWardy.
- Varun Nayyar and his adaptation of the package to
.sublime-syntax
. - Adam Schubert and his
cron_descriptor
package.